UCF STIG Viewer Logo

The SSH daemon must be configured to not allow X11 forwarding.


Overview

Finding ID Version Rule ID IA Controls Severity
V-22468 GEN005519 SV-46031r1_rule ECSC-1 Low
Description
X11 forwarding over SSH allows for the secure remote execution of X11-based applications. This feature can increase the attack surface of an SSH connection and should not be enabled unless needed. If this function is necessary to support a valid mission requirement, its use must be authorized and approved in the system accreditation package.
STIG Date
SUSE Linux Enterprise Server v11 for System z 2012-12-13

Details

Check Text ( C-43302r1_chk )
Check the SSH daemon configuration for the X11 forwarding setting.
# grep -i ForwardX11 /etc/ssh/sshd_config | grep -v '^#'
If no lines are returned, or the returned setting has a value evaluating to "yes", this is a finding.
Fix Text (F-39391r1_fix)
Edit the SSH daemon configuration and change or add the "ForwardX11" setting to "no".